home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 039a / dbpcxl15.zip / README < prev    next >
Text File  |  1992-01-26  |  1KB  |  33 lines

  1. This is version 1.5 of my pcx library. It should contain the following
  2. files:
  3.  
  4. readme 
  5. pcxlib.doc 
  6. pcx.lib 
  7. pcx.map 
  8. pcxlib.h 
  9. vidlib.h 
  10. vesa.h
  11. makefile
  12. videof.lib      
  13. src_c.zip  : pcx.c pcx1.c pcx4.c pcx8.c
  14. demos.zip  : testpcx.exe showpcx.exe pcxhdr.exe showpal.exe
  15.              testpcx.c showpcx.c scancode.h pcxhdr.c showpal.c
  16.  
  17.  
  18.                                 Dave Boynton
  19.                                 26 January, 1992
  20. ---------------------------------
  21. Update history:
  22. 1.5     - Implemented functions for writing to pcx files. 
  23.         - Implemented VESA support. 
  24.         - Added 16 bit and monochrome functions (but didn't test them).
  25.         - Added a palette display demo program, 'showpal'.
  26.  
  27. 1.1     - Fixed debugging to be useful. The Start_pcxdebug() and 
  28.           Close_pcxdebug() functions can be called several times during a
  29.           given program now; the start function will append if the file
  30.           was previously opened and closed.
  31.         - Fixed memory allocation problem.
  32.  
  33.